﻿.content{width:100%;}
.none{display:none;}
/*宽度*/
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
.w1190{width:1190px;}
/*maring*/
.mtb_10{margin-top:10px;margin-bottom:10px;}
.mtb_20{margin:20px 0;}
.mtb_35{margin:35px 0;}
.mt_20{margin:20px 0 0 0;}
.mb_20{margin:0 0 20px 0;}
.ml_15{margin:0 0 0 15px;}
.ml_10{margin-left:10px;}
.pl_10{padding-left:10px;}
.pt_10{padding-top:10px;}
/*浮动*/
.f_l{float:left;}
.f_r{float:right;}
/*border*/
.border_top{border-top:1px solid #f89f0a;}
.border_bottom{border-bottom:1px solid #f89f0a;}
.border_none{border:none!important;}
/*字体颜色*/
.red{color:red;}
/*背景色*/
.bg_green{background:#00811d!important;}
.bg_red{background:#e02c4f!important;}
.bg_green_over{background:#006817!important;}
.bg_red_over{background:#de1038!important;}
/*边框*/
.border{border:1px solid #f89f0a;}
/*border-box*/
.border_box{
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.border_box dl a{display: inline-block;}
.items{
    width:1390px;
    margin:0 auto;
    overflow:hidden;
}
/*超出内容用点表示*/
.nowrap{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.pic{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.pic .pic_img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
select.big,
input.big{
    width:200px;
    height:27px;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #ddd;
    padding:0 10px;
    line-height:27px;
    font-size:14px;
}
select.small,
input.small{
    width:80px;
    height:27px;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #ddd;
    padding:0 10px;
    line-height:27px;
    font-size:14px;
}
.date{ 
    cursor:pointer;
    background:url(../images/date.png) no-repeat right center;
    background-size:29px 29px;
}
.area{ 
    cursor:pointer;
    background:url(../images/area.png) no-repeat right center;
    background-size:29px 29px;
}
/*复选按钮*/
.checkbox{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    position:relative;
    vertical-align:middle;
}
.checkbox:before{
    content:"";
    display:inline-block;
    width:15px;
    height:15px;
    border:2px solid #f89f0a;
    background:#FFF;
    box-sizing:border-box;
    position:relative;
}
.checkbox:checked:after{
    content:"";
    color:#f89f0a;
    display:inline-block;
    width:3px;
    height:7px;
    border-right:2px solid #f89f0a;
    border-bottom:2px solid #f89f0a;
    transform:rotate(45deg);
    position:absolute;
    left:5px;
    top:2px;
}
/*单选按钮*/
.radio{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    position:relative;
    vertical-align:middle;
}
.radio:before{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    width:16px;
    height:16px;
    border-radius:100%;
    border:2px solid #f89f0a;
    position:relative;
}
.radio:checked:after{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    border:none;
    width:8px;
    height:8px;
    border-radius:100%;
    background:#f89f0a;
    position:absolute;
    top:4px;
    left:4px;
}
.screen_all .screen_970{
    width:970px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
}
.screen_1190{
    width: 1190px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.screen_1390{
    width:1390px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}

.screen_all{
    width:100%;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    overflow:hidden;
}

/*进度条*/
.progress_bar{
    height:10px;
    position:relative;
    overflow:hidden;
    background:#ffe7e7;
    border-radius:5px;
    border:1px solid #ff8484;
}
.progress_bar>div{
    height:10px;
    position:absolute;
    top:0;
    left:0;
    background:#ff8484;
}
/*全屏轮播图*/
.all_swiper{
    width:100%;
    position:absolute!important;
    top:40px;
    left:0;
    z-index:0!important;
}
.all_swiper a{
    display:block;
    width:100%;
    height:500px;
    overflow:hidden;
}
.all_swiper .swiper-pagination-bullet {
    width: 30px!important;
    height: 2px!important;
    background: #f89f0a!important;
    opacity: 1!important;
    border-radius:0;
}
.all_swiper .swiper-pagination-bullet-active {
    background: #fff!important;
}
/*左边分类*/
.new_menu{
    width:200px;
    position:relative;
}
.new_menu>p{
    height:40px;
    line-height:40px;
    background:#f48b1a;
    color:#fff;
    font-size:16px;
    text-align:center;
}
.new_menu>p i{
    font-size:19px;
    position:absolute;
    top:0;
    left:10px;
}
.new_menu ul{
    width:200px;
    height:500px;
    background:#ff5931;
    position:absolute;
    top:40px;
    left:0;
    z-index:100;
}
.new_menu ul li>p{
    position:relative;
    height:36px;
    text-align:center;
}
.new_menu ul li>p:before{
    content: "";
    width: 100%;
    border-bottom: 1px dashed #ef350e;
    position: absolute;
    top: 18px;
    left: 0;
}
.new_menu ul li>p a{
    display: inline-block;
    width: 40%;
    text-align: center;
    color: #fffac0;
    font-size: 14px;
    line-height: 36px;
    padding: 0 2px;
    background: #ff5931;
    position: relative;
    z-index: 1;
}
.new_menu ul li .one{
    width:200px;
    overflow:hidden;
    height:auto;
    line-height:25px;
    padding-left:10px;
    transition:.3s;
}
.new_menu ul li .one:hover{
    background:#fff;
    padding-left:0;
}
.new_menu ul li .one:hover>a{
    color:#f89f0a;
}
.new_menu ul li .one i{
   display: none;
}
/*.new_menu ul li .one:hover>i{
   display: block;
}*/
.new_menu ul li .one>a:hover{
    text-decoration:underline;
}
.new_menu ul li .one:hover .two{
    display:block;
}
.new_menu ul li .one>a{
    display:inline-block;
    width:48px;
    margin:0 4px;
    color:#fff;
}
.new_menu ul li .two{
    position:absolute;
    top:0;
    left:200px;
    background:#fff;
    width:735px;
    height:500px;
    border:1px solid #f89f0a;
    border-left:none;
}
.new_menu ul li .two>p{
    padding:10px 0;
}
a.active {
    color: #f89f0a;
}
.new_menu ul li .two>p a{
    display:inline-block;
    line-height:25px;
    padding:0 5px;
    background:#f89f0a;
    color:#fff;
    margin:0 0 5px 15px;
}
.new_menu ul li .two dl{
    width:100%;
    overflow:hidden;
}
.new_menu ul li .two dl dt{
    width:100px;
    float:left;
    padding:0 0 0 20px;
    font-weight:600;
}
.new_menu ul li .two dl dd{
    width:634px;
    float:left;
}
.new_menu ul li .two dl dd a{
    display:inline-block;
    margin:0 15px 10px 0;
}
.new_menu ul li .two dl dd a.active{
    color:#f89f0a;
}
.new_menu:hover ul{
    display:block;
}

/*头部导航*/
.new_nav{
    width:990px;
    height:40px;
    background:#fff;
}
.new_nav a{
    line-height:40px;    
    color:#333;
    margin:0 18px;
    font-weight:600;
    font-size:14px;
}
.new_nav a.active{
    color:#f4711a;
}

/*右边信息*/
.new_right{
    width:245px;
    height:480px;
    background:#eee;
    margin:10px 0;
    padding:10px;
}
.new_right .box1{
    height:135px;
    padding:30px 0 0 0;
    overflow:hidden;
}
.new_right .box1 .one>div{
    width:100%;
}
.new_right .box1 .one>div>div{
    width:50px;
    height:50px;
    margin:0 0 0 87.5px;
}
.new_right .box1 .one>div p{
    text-align:center;
    line-height:55px;
}
.new_right .box1 .one>p a:first-child{
    background:#f48b1a;
    margin:0 25px 0 0;
    color:#fff;
}
.new_right .box1 .one>p a{
    display:block;
    float:left;
    width:100px;
    height:30px;
    border:1px solid #f48b1a;
    text-align:center;
    line-height:28px;
    background:#eee;
    color:#f48b1a;
}
.new_right .box2{
    height:72px;
    padding:15px 0;
    overflow:hidden;
    clear:both;
}
.new_right .box2 p{
    padding:10px 0;
}
.new_right .box2 p span{
    color:#f48b1a;
    display:inline-block;
    margin:0 5px 0 0;
}
.new_right .box3{
    height:200px;
    overflow:hidden;
    clear:both;
}
.new_right .box3>p{
    width:100%;
    height:30px;
    line-height:30px;
    border-bottom:2px solid #ccc;
}
.new_right .box3>p>span{
    display:inline-block;
    height:30px;
    border-bottom:2px solid #f48b1a;
    color:#333;
    font-size:14px;
}
.new_right .box3>p>span i{
    color:#f48b1a;
    margin:0 5px 0 0;
}
.new_right .box3 li{
    padding:18px 0 0 0;
    font-size:14px;
    color:#666;
}
.new_right .box3 li span{
    color:#f48b1a;
}

/*logo*/
.new_logo{
    width:200px;
    height:130px;
    padding:35px 0;
    text-align:center;
}
.new_logo img{
    display:inline;
    height:60px;
}
.new_search{
    width:745px;
    height:130px;
    padding:24px 0 0 22px;
}
.new_search div{
    width: 698px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.new_search select{
    width: 70px;
    height: 50px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding: 0 0 0 10px;
    background: url(../images/xia.png) no-repeat right center;
    background-size: 28px;
    margin: 0 10px 0 0;
}
.new_search input{
    width: 538px;
    height: 30px;
    border: none;
    display: block;
    border: 4px 0 0 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    line-height: 30px;
    margin: 10px 0 0 0;
    border-left: 1px solid #ddd;
}
.new_search button{
    width: 80px;
    height: 50px;
    border: none;
    display: block;
    background: #f89f0a;
}
.new_search button i{
    color: #fff;
    font-size: 28px;
}
.new_search>span{
    display:block;
    line-height: 30px;
    color: #333;
    height: 30px;
    overflow: hidden;
}
.new_search>span a{
    color: #666;
    padding: 0 10px 0 0;
}
.new_search>span a.active{
    color: #f89f0a;
}
.new_ad{
    width:245px;
    height:130px;
    padding:15px 0 0 0;
    background:#fff;
    overflow:hidden;
    text-align:center;
}
.new_ad a{
    display:inline-block;
    margin: 0 10px;
}
.new_ad .pic{
    width:100px;
    height:100px;
}
.new_ad .fabu{
    display:inline-block;
    width:65%;
    height:50px;
    border:1px solid #f89f0a;
    border-radius:7px;
    background:#fff;
    color:#f89f0a;
    line-height:50px;
    margin:9px 0 0 0;
    font-size:16px;
    

}

/*网页位置*/
.web_location{
    width:100%;
    clear:both;
    padding:20px 0;
    color:#666;
}
.web_location a{
    color:;
    font-size:14px;
    color:#666;
}
.web_location a:hover{
    color:#f89f0a;
}

/*翻页*/
.paga_turning{
    width:100%;
    overflow:hidden;
    text-align:right;
    margin:20px 0 0 0;
    clear:both;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 40px 0 0;
}
.paga_turning a{
    display:inline-block;
    height:30px;
    border:1px solid #ccc;
    line-height:30px;
    padding:0 11px;
    border-radius:2px;
    margin:0 2px;
}
.paga_turning a.active{
    background:#f89f0a;
    color:#fff;
}
.paga_turning span{
    display:inline-block;
    line-height:30px;
    margin:0 4px;
}
.paga_turning input[type="text"]{
    width:30px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    border-radius:2px;
}
.paga_turning input[type="button"]{
    background:#fff;
    width:40px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    cursor:pointer;
    border-radius:2px;
}
/*点击改变*/
/*.changed .changed_list{
    display:none;
}
.changed .changed_list:first-child{
    display:block;
}*/
/*店铺公用底部*/
.dianpu_bottom{
    border-top:1px solid #f49f1a;
    margin-top:10px;
}
.dianpu_bottom p{
    text-align:center;
    line-height:40px;
    color:#aaa;
}
.dianpu_bottom p a{
    display:inline-block;
    margin:0 5px;
}
.dianpu_bottom .one{
    color:#333;
    border-bottom:1px solid #e1e1e1;
}

/*当前位置current_location*/
.current_location{
    width:100%;
    line-height:40px;
    color:#999;
    overflow:hidden;
    clear:both;
}
.current_location i{
    color:#c5c5c5;
    margin:0 5px 0 10px;
}
.current_location a{
    margin:0 5px;
    color:#999;
}
.current_location a.active{
    color:#f89f0a;
}
.current_location a:hover{
    color:#f89f0a;
}
/*公用底部*/
.footer{
    width:100%;
    background:#121212;
    overflow:hidden;
    margin:60px 0 0 0;
}
.footer .one{
    padding:50px 0 50px 0;
    overflow:hidden;
}
.footer .one a{
    display:block;
    float:left;
    width:238px;
    height:48px;
}
.footer .one a img{
    width:48px;
    height:48px;
    display:block;
    border-radius:100%;
}
.footer .one a div{
    width:170px;
    height:48px;
    padding:0 10px;
    line-height:24px;
    color:#fff;
    font-size:16px;
}
.footer .one a div strong{
    font-weight:normal;
}
.footer .one a div p{
    color:#ccc;
}
.footer .two{
    padding:35px 0;
    overflow:hidden;
    border-bottom:1px solid #323232;
    border-top:1px solid #323232;
}
.footer .two ul{
    width:158px;
    overflow:hidden;
    float:left;
    padding:0 0 0 80px;
}
.footer .two ul strong{
    font-size:16px;
    line-height:40px;
    color:#fff;
}
.footer .two ul a{
    display:block;
    width:100%;
    line-height:22px;
    color:#ccc;
}
.footer .two ul a:hover{
    color:#f89f0a;
}
.footer .two div{
    width:218px;
    float:left;
    padding:0 0 0 20px;
}
.footer .two div img{
    width:120px;
    height:120px;
}
.footer .three{
    overflow:hidden;
    padding:15px 0;
}
.footer .three span{
    display:block;
    width:100%;
    text-align:center;
    padding:20px 0;
}
.footer .three span a{
    margin:0 15px;
    font-size:14px;
}
.footer .three p{
    text-align:center;
    line-height:25px;
}
.footer .three p a{
    display:inline-block;
    line-height:;
    padding:0 5px;
}
.footer .three p a img{
    margin:5px 0;
    display:inline-block;
    height:24px;
    opacity:0.4;
}
.footer .three p a img:hover{
    opacity:1;
}
.bg_f5{
    background:#f5f5f5!important;
}
.bg_f{
    background:#fff!important;
}

/*分页*/
.new_ym {
    padding-bottom: 30px;
    padding-left: 30px;
    display: inline-block;
    padding: 20px!important;
}
.new_ym a{
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 2px 7px;
}
.new_ym b{
    border: 1px solid #f89f0a;
    border-radius: 3px;
    padding: 2px 7px;
    color: #f89f0a;
}
.h_message{
			position:fixed;
			top:150px;
			right:40px;
			z-index:10000000000;
			height:30px;
			overflow:hidden;
			border-radius:4px;
			background:#f89f0a;
			-webkit-animation: y 5s linear 0s infinite;
			-moz-animation: y 5s linear 0s infinite;
			-ms-animation: y 5s linear 0s infinite;
			animation: y 5s linear 0s infinite;
                        display:none;
}

.h_message:hover{
	background:blue;
}
.h_message a{
	color:#fff;
	display:block;
	text-align:center;
	line-height:30px;
	padding:0 20px;
}


/*图片居中*/
.h_pic{
    text-align:center!important;
}
.h_pic .h_img{
    max-width:100%!important;
    max-height:100%!important;
    vertical-align:middle!important;
    display:inline!important;
}
/*品牌公共样式*/
.h_brand{
    width:100%;
    overflow:hidden;
}
.h_brand a{
    display:block;
    width:111px;
    height:56px;
    position:relative;
    margin:4px;
    float:left;
}
.h_brand a .h_pic{
    width:111px;
    height:56px;
    line-height:51px;
}
.h_brand a p{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    text-align:center;
    overflow:hidden;
    cursor:pointer;
    display:none;
}
.h_brand a:hover p{
    display:block;
}
.h_brand a p label{
    display:inline-block;
    width:80px;
    line-height:25px;
    border-radius:15px;
    background:#e53935;
    color:#fff;
    margin:5px auto;
}
.h_brand a p span{
    color:#fff;
}
.h_brand a .h_top,
.h_brand a .h_right,
.h_brand a .h_bottom,
.h_brand a .h_left{
    position:absolute;
    background:#f89f0a;
    overflow:hidden;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
}
.h_brand a .h_top,
.h_brand a .h_bottom{
    width:0;
    height:2px;
}
.h_brand a .h_left,
.h_brand a .h_right{
    width:2px;
    height:0;
}
.h_brand a:hover .h_top,
.h_brand a:hover .h_bottom{
    width:100%;
}
.h_brand a:hover .h_right,
.h_brand a:hover .h_left{
    height:100%;
}
.h_brand a .h_top{
    top:0;
    left:0;
}
.h_brand a .h_right{
    top:0;
    right:0;
}
.h_brand a .h_bottom{
    bottom:0;
    right:0;
}
.h_brand a .h_left{
    bottom:0;
    left:0;
}
